/*--------------------------------------------------	CAROUSEL SLIDER---------------------------------------------------*/
.carouselText {
	margin-top: 61px;
	height:136px;
	padding: 30px 26px 25px 24px;
	background-color: rgba(32,109,175,.3);
	border-left: 6px solid #f3970d;
}
.carouselText2 {
	font-size: 44px;
	/*display: inline-block;*/
	letter-spacing: 0.2em;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.carouselText3 {
	font-size: 14px;
	/*display: inline-block;*/
	letter-spacing: 0.2em;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	/*margin-top: 23px;*/
}
.carousel .item {
	padding: 0 0;
	height: 700px;
	overflow: hidden;
	-webkit-background-size: cover !Important;
	-moz-background-size: cover !Important;
	-o-background-size: cover !Important;
	background-size: cover !Important;
}
.carousel p {
	color: #fff;
}
.carousel-fade .carousel-inner .item {
	opacity: 1;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .right {
	opacity: 1;
}

@media only screen and (max-width: 1024px) {
.carouselText2 {
	font-size: large;
	padding: 0 0;
	display: inline-block;
	letter-spacing: 0.2em;
	font-weight: lighter;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	border-radius: 0;
	font-family: "Microsoft YaHei";
}
.carouselText3 {
	font-size: small;
	padding: 0 0;
	display: inline-block;
	letter-spacing: 0.2em;
	font-weight: lighter;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	border-radius: 0;
	font-family: "Microsoft Yahei";
}
.carousel p {
	color: #fff;
	line-height: 20px;
	display: block;
}
	.carouselText {
		margin-top: 61px;
		height: 136px;
		padding: 45px 26px 25px 24px;
		background-color: rgba(32,109,175,.7);
		border-left: 6px solid #f3970d;
	}
.carousel .item {
	padding: 0 0;
	height: 350px;
	overflow: hidden;
	-webkit-background-size: cover !Important;
	-moz-background-size: cover !Important;
	-o-background-size: cover !Important;
	background-size: cover !Important;
}
}
